home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TTESELECTTHEMEPANEL / TTESELECTTHEMEPANEL.txt
Text File  |  2008-11-13  |  3KB  |  129 lines

  1. object TeSelectThemePanel: TTeSelectThemePanel
  2.   Left = 0
  3.   Top = 0
  4.   Width = 375
  5.   Height = 309
  6.   TabOrder = 0
  7.   object TeLabel1: TTeLabel
  8.     Left = 8
  9.     Top = 196
  10.     Width = 36
  11.     Height = 13
  12.     Anchors = [akLeft, akBottom]
  13.     Caption = 'Theme:'
  14.     Color = clBtnFace
  15.     ParentColor = False
  16.     HotTrack = False
  17.   end
  18.   object TeLabel2: TTeLabel
  19.     Left = 8
  20.     Top = 234
  21.     Width = 23
  22.     Height = 13
  23.     Anchors = [akLeft, akBottom]
  24.     Caption = 'Hue:'
  25.     Color = clBtnFace
  26.     ParentColor = False
  27.     HotTrack = False
  28.   end
  29.   object TeLabel3: TTeLabel
  30.     Left = 8
  31.     Top = 270
  32.     Width = 54
  33.     Height = 13
  34.     Anchors = [akLeft, akBottom]
  35.     Caption = 'Brightness:'
  36.     Color = clBtnFace
  37.     ParentColor = False
  38.     HotTrack = False
  39.   end
  40.   object tePreviewGroupBox: TTeGroupBox
  41.     Left = 6
  42.     Top = 8
  43.     Width = 362
  44.     Height = 171
  45.     Anchors = [akLeft, akTop, akRight, akBottom]
  46.     CaptionMargin = 12
  47.     Caption = 'Preview:'
  48.     CheckBoxAlignment = kalLeftJustify
  49.     ThemeObject = 'default'
  50.     Transparent = True
  51.     TabOrder = 0
  52.     UseCheckBox = False
  53.     object tePreviewPanel: TTeThemePreview
  54.       Left = 22
  55.       Top = 24
  56.       Width = 318
  57.       Height = 129
  58.       Anchors = [akLeft, akTop, akRight, akBottom]
  59.       ThemeLink = tePreviewLink
  60.     end
  61.   end
  62.   object teHueTrack: TTeTrackBar
  63.     Left = 66
  64.     Top = 222
  65.     Width = 300
  66.     Height = 39
  67.     Performance = kspDoubleBuffer
  68.     Anchors = [akLeft, akRight, akBottom]
  69.     JumpByClick = False
  70.     LineSize = 5
  71.     Max = 255
  72.     Orientation = ktoHorizontal
  73.     Position = 0
  74.     Frequency = 5
  75.     TabOrder = 1
  76.     Transparent = True
  77.     ThemeObject = 'default'
  78.     OnChange = teHueTrackChange
  79.   end
  80.   object teBrighTrack: TTeTrackBar
  81.     Left = 66
  82.     Top = 260
  83.     Width = 300
  84.     Height = 43
  85.     Performance = kspDoubleBuffer
  86.     Anchors = [akLeft, akRight, akBottom]
  87.     JumpByClick = False
  88.     LineSize = 5
  89.     Max = 100
  90.     Min = -100
  91.     Orientation = ktoHorizontal
  92.     Position = 0
  93.     Frequency = 5
  94.     TabOrder = 2
  95.     Transparent = True
  96.     ThemeObject = 'default'
  97.     OnChange = teBrighTrackChange
  98.   end
  99.   object teThemeList: TTeComboBox
  100.     Left = 76
  101.     Top = 192
  102.     Width = 281
  103.     Height = 23
  104.     Cursor = crIBeam
  105.     Performance = kspDoubleBuffer
  106.     Anchors = [akLeft, akRight, akBottom]
  107.     BevelWidth = 1
  108.     BorderWidth = 3
  109.     Font.Charset = DEFAULT_CHARSET
  110.     Font.Color = clWindowText
  111.     Font.Height = -11
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = []
  114.     ParentFont = False
  115.     ReadOnly = True
  116.     TabOrder = 3
  117.     OnChange = teThemeListChange
  118.     AutoComplete = False
  119.     ComboStyle = kcsDropDownList
  120.   end
  121.   object tePreviewLink: TTeThemeLink
  122.     DeltaHue = 0
  123.     DeltaBrightness = 0
  124.     ThemeBuilding = 'No theme'
  125.     Left = 128
  126.     Top = 78
  127.   end
  128. end
  129.